home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- set the memberNum of sprite 113 to member("white")
- end
-
- on mouseLeave
- set the memberNum of sprite 113 to member("tan")
- end
-
- on mouseUp me
- if the locH of sprite 106 > 430 then
- makeradial(165, 106, "triangle")
- end if
- if the locH of sprite 107 > 430 then
- makeradial(177, 107, "moon")
- end if
- if the locH of sprite 108 > 430 then
- makeradial(185, 108, "square")
- end if
- if the locH of sprite 109 > 430 then
- makeradial(195, 109, "point")
- end if
- if the locH of sprite 110 > 430 then
- makeradial(205, 110, "circle")
- end if
- if the locH of sprite 111 > 430 then
- makeradial(214, 111, "star")
- end if
- end
-